Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-1028 | GEN006140 | SV-1028r2_rule | ECLP-1 | Medium |
Description |
---|
If the smb.conf file has excessive permissions, the file may be maliciously modified and the Samba configuration could be compromised. |
STIG | Date |
---|---|
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE | 2015-10-01 |
Check Text ( C-2048r2_chk ) |
---|
Check the mode of the smb.conf file. Procedure: # find / -name smb.conf # ls -lL If the smb.conf has a mode more permissive than 0644, this is a finding. |
Fix Text (F-1182r2_fix) |
---|
Change the mode of the smb.conf file to 0644 or less permissive. Procedure: # chmod 0644 smb.conf |